home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitDS.Dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  968 b   |  17 lines

  1. on exitFrame
  2.   global wagonPos, S3Locs, S4Locs, S5Locs
  3.   set S3Locs to [point(710, 71), point(682, 71), point(654, 71), point(624, 71), point(596, 71), point(596, 57), point(495, 45), point(429, 46), point(361, 78), point(348, 75), point(348, 75)]
  4.   set S4Locs to [point(684, 57), point(656, 57), point(628, 57), point(598, 57), point(570, 57), point(570, 43), point(451, 34), point(311, 43), point(216, 75), point(205, 75), point(205, 75)]
  5.   set S5Locs to [point(651, 65), point(623, 65), point(595, 65), point(565, 65), point(537, 65), point(537, 51), point(393, 39), point(186, 46), point(78, 78), point(60, 75), point(60, 75)]
  6.   set wagonPos to 1
  7.   puppetSprite(7, 1)
  8.   puppetSprite(8, 1)
  9.   puppetSprite(9, 1)
  10.   puppetSprite(13, 1)
  11.   puppetSprite(14, 1)
  12.   getNextGroup()
  13.   set the castNum of sprite 7 to the castNum of sprite 7 - 900
  14.   set the castNum of sprite 8 to the castNum of sprite 8 - 900
  15.   set the castNum of sprite 9 to the castNum of sprite 9 - 900
  16. end
  17.